fsck: Fix object count output
authorDan Nicholson <nicholson@endlessm.com>
Tue, 17 Mar 2015 19:20:53 +0000 (12:20 -0700)
committerMatthew Barnes <mbarnes@redhat.com>
Wed, 18 Mar 2015 13:31:07 +0000 (09:31 -0400)
commit553d7840d5d5ada906da8328fc84bc8b40c6d8b1
treec27af5d30397a491e55a0e38eeeaa7ce59fc0218
parentf47693440dd2c418464c9aff60300bcae4e407c0
fsck: Fix object count output

The object count comes from g_hash_table_size(), so it's not a 0 based
index. In order to maintain the mod calculations correctly, just print
out index + 1.

https://bugzilla.gnome.org/show_bug.cgi?id=746360
src/ostree/ot-builtin-fsck.c